home *** CD-ROM | disk | FTP | other *** search
/ HaCKeRz Kr0nlcKLeZ 1 / HaCKeRz Kr0nlcKLeZ.iso / chibacity / macpgp23.cpt / MacPGP2.3.rsrc / STR#_208.txt < prev    next >
Encoding:
Text File  |  1993-07-02  |  7.0 KB  |  353 lines

  1. 
  2.  
  3. xThe Options Menu
  4.  
  5. 
  6.  
  7. This menu allows the toggling of various PGP ΓÇ£switchesΓÇ¥ or ΓÇ£flagsΓÇ¥ or
  8.  
  9. ΓÇ£command-line optionsΓÇ¥.
  10.  
  11. 
  12.  
  13. 
  14.  
  15. ΓÇó Set Key Ring...
  16.  
  17. 
  18.  
  19. Virtually all PGP commands, in particular those dealing with the RSA
  20.  
  21. algorithm, use a keyring file.  The optional keyring file name defaults to
  22.  
  23. ΓÇ£pubring.pgpΓÇ¥ or ΓÇ£secring.pgpΓÇ¥, depending on whether the keyfile
  24.  
  25. contains a public or a secret key.  You may specify a different key ring
  26.  
  27. file name using this command.
  28.  
  29. 
  30.  
  31. 
  32.  
  33. 
  34.  
  35. ΓÇó Logfile
  36.  
  37. 
  38.  
  39. This is a MacPGP option that allows the PGP session text output during an
  40.  
  41. operation to be saved to a disk file.
  42.  
  43. 
  44.  
  45. 
  46.  
  47. 
  48.  
  49. ΓÇó Use file types
  50.  
  51. 
  52.  
  53. This option is specific to MacPGP.  It indicates that the program is to
  54.  
  55. respect Macintosh file type characteristics in the standard Open File
  56.  
  57. dialogs.  MacPGP has unique file types for radix-64 files, keyfiles (public
  58.  
  59. and private), and encrypted files.  MacPGP is compatible with PGP files
  60.  
  61. generated on other architectures under this setting.
  62.  
  63. 
  64.  
  65. 
  66.  
  67. 
  68.  
  69. ΓÇó Interactive key addition
  70.  
  71. 
  72.  
  73. Enabling this mode will mean that if you add a key file containing multiple
  74.  
  75. keys to your key ring, MacPGP will ask for confirmation (or veto) of each
  76.  
  77. key before adding it to your key ring.
  78.  
  79. 
  80.  
  81. 
  82.  
  83. 
  84.  
  85. ΓÇó PKCS compatible packets
  86.  
  87. 
  88.  
  89. This option specifies that PKCS compatible packets should be generated
  90.  
  91. for encryption.  PKCS stands for Public Key Cryptography Standards, a
  92.  
  93. convention issued by RSA Data Security Inc. in cooperation with Apple,
  94.  
  95. Microsoft, DEC, Lotus, Sun, and MIT.  The standard is compatible with
  96.  
  97. PEM and OSI implementations.
  98.  
  99. 
  100.  
  101. 
  102.  
  103. 
  104.  
  105. ΓÇó Verbose
  106.  
  107. 
  108.  
  109. Under this mode to display maximum information, usually to help diagnose
  110.  
  111. problems in PGP.  Not recommended for normal use.  (Under key
  112.  
  113. generation the mode reveals the internal mathematical parameters used in
  114.  
  115. the RSA process.)
  116.  
  117. 
  118.  
  119. 
  120.  
  121. ΓÇó ASCII output
  122.  
  123. 
  124.  
  125. This specifies that output files should be encoded in the ΓÇ£radix-64
  126.  
  127. format,ΓÇ¥ a scheme that allows arbitrary binary data (in this case, keys
  128.  
  129. and compressed/encrypted data) to be encoded in text messages.
  130.  
  131. 
  132.  
  133. 
  134.  
  135. Many electronic mail systems only allow messages made of ASCII text,
  136.  
  137. not the 8-bit raw binary data that ciphertext is made of.  To get around
  138.  
  139. this problem, PGP supports the ASCII radix-64 format for ciphertext
  140.  
  141. messages, similar to the Internet Privacy-Enhanced Mail (PEM) format.
  142.  
  143. This special format represents binary data by using only printable ASCII
  144.  
  145. characters, so it is useful for transmitting binary encrypted data through
  146.  
  147. 7-bit channels or for sending binary encrypted data as normal E-mail
  148.  
  149. text.  This format acts as a form of ΓÇ£transport armorΓÇ¥, protecting it
  150.  
  151. against corruption as it travels through intersystem gateways on
  152.  
  153. Internet.  It also appends a CRC to detect transmission errors.
  154.  
  155. 
  156.  
  157. Radix-64 format converts the plaintext by expanding groups of 3 binary
  158.  
  159. 8-bit bytes into 4 printable ASCII characters, so the file grows by about
  160.  
  161. 33%.  But this expansion isn't so bad when you consider that the file
  162.  
  163. probably was compressed more than that by PGP before it was encrypted.
  164.  
  165. 
  166.  
  167. The radix-64 format is generated when this option is set during an
  168.  
  169. encryption or key extraction operation.  Decrypting the radix-64
  170.  
  171. transport-armored message is no different than a normal decrypt.  If you
  172.  
  173. want to send a public key to someone else in radix-64 format, just enable
  174.  
  175. this option while extracting the key from your keyring.
  176.  
  177. 
  178.  
  179. Most Internet E-mail facilities prohibit sending messages that are more
  180.  
  181. than 50000 bytes long.  Longer messages must be broken into smaller
  182.  
  183. chunks that can be mailed separately.  If your encrypted message is very
  184.  
  185. large, and you requested radix-64 format, PGP automatically breaks it up
  186.  
  187. into chunks that are each small enough to send via E-mail.  The chunks are
  188.  
  189. put into files named with extensions ΓÇ£.as1ΓÇ¥, ΓÇ£.as2ΓÇ¥, ΓÇ£as3ΓÇ¥, etc.  The
  190.  
  191. recipient must concatenate these separate files back together in their
  192.  
  193. proper order into one big file before decrypting it.  While decrypting, PGP
  194.  
  195. ignores any extraneous text in mail headers that are not enclosed in the
  196.  
  197. radix-64 message blocks.
  198.  
  199. 
  200.  
  201. If you forgot to use the ASCII Output option when you made a ciphertext
  202.  
  203. file or extracted a key, you may still directly convert the binary file into
  204.  
  205. radix-64 format by simply using the ΓÇ£ASCIIfyΓÇ¥ command in the File
  206.  
  207. menu.  MacPGP converts it to a ΓÇ£.ascΓÇ¥ file.
  208.  
  209. 
  210.  
  211. 
  212.  
  213. ΓÇó Treat source as text
  214.  
  215. 
  216.  
  217. Use this option to make PGP assume the plaintext is text that should be
  218.  
  219. converted to canonical text before encryption.  This option is necessary
  220.  
  221. because of minor and major variations in text formats across machine
  222.  
  223. architectures.  When it is enabled, PGP takes care of the proper
  224.  
  225. translation.  This mode is automatically turned off if PGP detects that the
  226.  
  227. plaintext file contains what it thinks is non-text binary data.
  228.  
  229. 
  230.  
  231. Normal unencrypted ASCII text messages are often automatically
  232.  
  233. translated to some common ΓÇ£canonicalΓÇ¥ form when they are transmitted
  234.  
  235. from one machine to another.  Canonical text has a carriage return and a
  236.  
  237. linefeed at the end of each line of text.  PGP lets you specify that the
  238.  
  239. plaintext should be treated as ASCII text (not binary data) and should be
  240.  
  241. converted to canonical text form before it gets encrypted.  At the
  242.  
  243. receiving end, the decrypted plaintext is automatically converted back to
  244.  
  245. whatever text form is appropriate for the local environment.
  246.  
  247. 
  248.  
  249. 
  250.  
  251. ΓÇó Encrypt to Self
  252.  
  253. 
  254.  
  255. This option allows you to automatically include yourself as an additional
  256.  
  257. recipient of any RSA encrypted messages you create.  If you donΓÇÖt do this
  258.  
  259. then you wonΓÇÖt be able to decrypt RSA (public key) messages you create,
  260.  
  261. because this requires the recipientΓÇÖs secret key, which you donΓÇÖt have.
  262.  
  263. 
  264.  
  265. 
  266.  
  267. 
  268.  
  269. ΓÇó Quiet Mode
  270.  
  271. 
  272.  
  273. In quiet mode, MacPGP outputs minimal amounts of information during
  274.  
  275. operations.
  276.  
  277. 
  278.  
  279. 
  280.  
  281. 
  282.  
  283. ΓÇó Batch Mode
  284.  
  285. 
  286.  
  287. With the Batch flag enabled, MacPGP will not ask any ΓÇ£unneccessaryΓÇ¥
  288.  
  289. questions or prompt for alternate filenames.  This is useful for running
  290.  
  291. PGP non-interactively.
  292.  
  293. 
  294.  
  295. 
  296.  
  297. 
  298.  
  299. ΓÇó Overwrite files
  300.  
  301. 
  302.  
  303. In the regular PGP package this is called the ΓÇ£force flagΓÇ¥.  When the
  304.  
  305. option is on, MacPGP will NOT prompt you before overwriting files during
  306.  
  307. e.g. decryption.  Instead it will just remove (not wipe) the existing file
  308.  
  309. and replace it with the newly decrypted file of the same name.
  310.  
  311. 
  312.  
  313. 
  314.  
  315. 
  316.  
  317. ΓÇó Wipe warning
  318.  
  319. 
  320.  
  321. Turning this switch on causes MacPGP to warn and prompt anytime a file
  322.  
  323. is about to be ΓÇ£wipedΓÇ¥ (irreversably erased) under the ΓÇ£wipe fileΓÇ¥
  324.  
  325. checkbox option under Decryption.
  326.  
  327. 
  328.  
  329. 
  330.  
  331. 
  332.  
  333. ΓÇó Recycle passwords
  334.  
  335. 
  336.  
  337. Under this option MacPGP remembers passwords that were entered at any
  338.  
  339. point during its execution for the duration of the execution so the user
  340.  
  341. does not need to retype them.  Be careful with this option; if you leave the
  342.  
  343. computer without exiting the application someone could sign documents
  344.  
  345. with your signature or decrypt private messages to you.
  346.  
  347. 
  348.  
  349. 
  350.  
  351. 
  352.  
  353.